object OptDialog: TOptDialog Left = 263 Top = 71 Width = 194 Height = 148 Caption = 'Options' Font.Charset = SHIFTJIS_CHARSET Font.Color = clBlack Font.Height = -10 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] Scaled = False PixelsPerInch = 96 TextHeight = 10 object RadioGroup1: TRadioGroup Left = 14 Top = 7 Width = 155 Height = 66 Caption = 'Format to Save Photo' Font.Charset = SHIFTJIS_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] Items.Strings = ( 'BMP' 'JPEG') ParentFont = False TabOrder = 0 end object OKBtn: TButton Left = 20 Top = 84 Width = 60 Height = 21 Caption = 'OK' Default = True Font.Charset = SHIFTJIS_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] ModalResult = 1 ParentFont = False TabOrder = 1 OnClick = OKBtnClick end object CancelBtn: TButton Left = 105 Top = 84 Width = 60 Height = 21 Caption = 'Cancel' Font.Charset = SHIFTJIS_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] ModalResult = 2 ParentFont = False TabOrder = 2 end end